CommentFrame

open class CommentFrame : Id3Frame

Constructors

CommentFrame
Link copied to clipboard
open fun CommentFrame(language: String, description: String, text: String)

Properties

description
Link copied to clipboard
val description: String
ID
Link copied to clipboard
val ID: String
language
Link copied to clipboard
val language: String
text
Link copied to clipboard
val text: String

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int

Inherited functions

getType
Link copied to clipboard
open fun getType(): String